gtkliststore: fix documentation typo
authorClaudio Saavedra <csaavedra@igalia.com>
Mon, 3 Sep 2012 07:59:23 +0000 (10:59 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Mon, 3 Sep 2012 08:00:15 +0000 (11:00 +0300)
gtk/gtkliststore.c

index f19b64e9d298c261e85b5402a42288e0a584f3b1..2d49a73f53e5257dd9414d20e3ff8373b308763c 100644 (file)
@@ -418,7 +418,7 @@ iter_is_valid (GtkTreeIter  *iter,
  * in.  Note that only types derived from standard GObject fundamental types
  * are supported.
  *
- * As an example, <literal>gtk_tree_store_new (3, G_TYPE_INT, G_TYPE_STRING,
+ * As an example, <literal>gtk_list_store_new (3, G_TYPE_INT, G_TYPE_STRING,
  * GDK_TYPE_PIXBUF);</literal> will create a new #GtkListStore with three columns, of type
  * int, string and #GdkPixbuf respectively.
  *